From 125b5e0a9ee95e44da44d349a0745518f9b9c5b6 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 30 Apr 2024 11:31:07 +0200 Subject: [PATCH] Build the IO/GeoJSON module. Closes: #1029285 --- debian/changelog | 23 +++++++++++++++++++++++ debian/rules | 1 + 2 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 49ce931d2..557391b55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +vtk9 (9.1.0+really9.1.0+dfsg2-9) UNRELEASED; urgency=medium + + * Team upload. + * Build the IO/GeoJSON module. Closes: #1029285 + To the binary package libvtk9.1t64, this adds + /usr/lib/${DEB_HOST_MULTIARCH}/libvtkIOGeoJSON-9.1.so.9.1.0 + /usr/lib/${DEB_HOST_MULTIARCH}/vtk/hierarchy/VTK/vtkIOGeoJSON-hierarchy.txt + /usr/lib/${DEB_HOST_MULTIARCH}/libvtkIOGeoJSON-9.1.so.1 + To the binary package libvtk9-dev, this adds + /usr/include/vtk-9.1/vtkGeoJSONFeature.h + /usr/include/vtk-9.1/vtkGeoJSONReader.h + /usr/include/vtk-9.1/vtkGeoJSONWriter.h + /usr/include/vtk-9.1/vtkIOGeoJSONModule.h + /usr/lib/${DEB_HOST_MULTIARCH}/libvtkIOGeoJSON-9.1.so + To the binary package libvtk9-java, this adds + /usr/lib/${DEB_HOST_MULITARCH}/java/vtk-Linux-${DEB_HOST_GNU_CPU} + /libvtkIOGeoJSONJava.so + To the binary package python3-vtk9, this adds + /usr/lib/python3/dist-packages/vtkmodules + /vtkIOGeoJSON.cpython-311-${DEB_HOST_GNU_CPU}.so + + -- Michael R. Crusoe Tue, 30 Apr 2024 11:31:01 +0200 + vtk9 (9.1.0+really9.1.0+dfsg2-8) unstable; urgency=medium [ Bo YU ] diff --git a/debian/rules b/debian/rules index 081b43a2b..e5c4d3218 100755 --- a/debian/rules +++ b/debian/rules @@ -45,6 +45,7 @@ extra_flags += \ -DVTK_GROUP_ENABLE_Views:STRING="YES" \ -DVTK_GROUP_ENABLE_MPI:STRING="YES" \ -DVTK_GROUP_ENABLE_Imaging:STRING="YES" \ + -DVTK_MODULE_ENABLE_VTK_IOGeoJSON:STRING="YES" \ -DVTK_MODULE_ENABLE_VTK_RenderingQt:STRING="YES" \ -DVTK_MODULE_ENABLE_VTK_RenderingTk:STRING="YES" \ -DVTK_MODULE_ENABLE_VTK_utf8:STRING="YES" \ -- 2.30.2